home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’87 / Source ƒ.sit / Source ƒ / C ƒ / TRANS-LSC / TransDisplay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-10-31  |  344 b   |  27 lines  |  [TEXT/KAHL]

  1. /*
  2.     TransDisplay.h - TransDisplay header file
  3. */
  4.  
  5. # ifndef    _WindowMgr_
  6. # include    "WindowMgr.h"
  7. # endif
  8.  
  9. # ifndef    _TextEdit_
  10. # include    "TextEdit.h"
  11. # endif
  12.  
  13.  
  14. # ifndef    nil
  15. # define    nil        (0L)
  16. # endif
  17.  
  18.  
  19. /*
  20.     Functions returning non-int values
  21. */
  22.  
  23. WindowPtr    NewDWindow ();
  24. WindowPtr    GetNewDWindow ();
  25. Boolean        IsDWindow ();
  26. TEHandle    GetDWindowTE ();
  27.